-
Notifications
You must be signed in to change notification settings - Fork 16
Add unit tests for DurableTaskGrpcClientFactory #257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add unit tests for DurableTaskGrpcClientFactory #257
Conversation
…rror Co-authored-by: sophiatev <[email protected]>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot remove the changes to the proto file and DurableTaskGrpcClient.java from this PR. Only keep the new test file. |
…y test file Co-authored-by: sophiatev <[email protected]>
Removed changes to Note: The base branch has a compilation error where Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
* starting new release * removed preview flag * first commit * fixing the build error * fixing the build error * Update azurefunctions/src/main/java/com/microsoft/durabletask/azurefunctions/DurableClientContext.java Co-authored-by: Copilot <[email protected]> * copilot comments * fixing the build errors * Add unit tests for DurableTaskGrpcClientFactory (#257) * Initial plan * Add unit tests for DurableTaskGrpcClientFactory and fix compilation error Co-authored-by: sophiatev <[email protected]> * Remove changes to DurableTaskGrpcClient.java and proto file, keep only test file Co-authored-by: sophiatev <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: sophiatev <[email protected]> * fixing the test build errors --------- Co-authored-by: Sophia Tevosyan <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Copilot <[email protected]>
Issue describing the changes in this PR
resolves #254
Pull request checklist
CHANGELOG.mdAdditional information
Added unit tests validating
DurableTaskGrpcClientFactorysingleton behavior:This PR only adds the test file and does not modify any production code.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.